home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Private: Geographic
/
Private: Geographic.iso
/
STORIES.DIR
/
Internal_6.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-03-25
|
173 b
|
14 lines
on mouseEnter
cursor([cast "curs", cast "mask"])
end
on mouseLeave
cursor(-1)
end
on mouseUp
cursor(-1)
go(the frame - 1)
cursor([cast "curs", cast "mask"])
end